home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / Caml Light 0.61 / Source / src / appli / primitives < prev    next >
Encoding:
Text File  |  1992-08-04  |  985 b   |  90 lines  |  [TEXT/MPS ]

  1. tree_equal
  2. int_of_string
  3. format_int
  4. format_float
  5. float_of_string
  6. exp_float
  7. log_float
  8. sqrt_float
  9. power_float
  10. sin_float
  11. cos_float
  12. tan_float
  13. asin_float
  14. acos_float
  15. atan_float
  16. atan2_float
  17. create_string
  18. compare_strings
  19. blit_string
  20. fill_string
  21. get_vect16_item
  22. open_descriptor
  23. channel_descriptor
  24. channel_size
  25. flush
  26. output_char
  27. output_int
  28. output
  29. seek_out
  30. pos_out
  31. close_out
  32. input_char
  33. input_int
  34. input
  35. seek_in
  36. pos_in
  37. close_in
  38. extern_val
  39. intern_val
  40. hash_univ_param
  41. sys_exit
  42. sys_open
  43. sys_close
  44. sys_remove
  45. sys_rename
  46. sys_chdir
  47. sys_getenv
  48. sys_catch_break
  49. start_interp
  50. realloc_global
  51. static_alloc
  52. static_free
  53. static_resize
  54. gc
  55. obj_is_block
  56. obj_block
  57. available_primitives
  58. parse_engine
  59. get_next_char
  60. open_graph
  61. close_graph
  62. clear_graph
  63. size_x
  64. size_y
  65. set_color
  66. plot
  67. point_color
  68. moveto
  69. current_point
  70. lineto
  71. draw_arc
  72. set_line_width
  73. draw_char
  74. draw_string
  75. set_font
  76. set_text_size
  77. text_size
  78. fill_rect
  79. fill_arc
  80. fill_poly
  81. make_image
  82. dump_image
  83. draw_image
  84. get_image
  85. mouse_pos
  86. button_down
  87. read_key
  88. key_pressed
  89. sound
  90.